Skip to content

Commit

Permalink
changes color of copy button and font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovictor3g committed Apr 24, 2024
1 parent 1acd7ee commit 1f4a10e
Showing 1 changed file with 35 additions and 30 deletions.
65 changes: 35 additions & 30 deletions web/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,35 @@ a {
background: rgba(0, 0, 0, 0.12);
}

.dark .navbar .divider {
background-color: #ffffff1f;
}

.navbar .logo {
display: flex;
align-items: center;
padding: 0 1rem;
padding: 1.5rem;
text-decoration: none;
}

.navbar .logo > * + * {
margin-left: 1rem;
}

.navbar span {
font-family: "Inter";
font-style: normal;
font-weight: 400;
font-size: 16px;
letter-spacing: 0.01em;
color: rgba(0, 0, 0, 0.5);
}

.dark .navbar span {
color: rgb(255, 255, 255, 0.9);
}

.navbar .modes__container {
display: flex;
align-items: center;
Expand All @@ -82,7 +111,7 @@ a {
border-color: #3b3d3f;
}

.modes__container span,
.modes__container .modes__container-holder,
.modes__container button {
font-weight: 500;
font-size: 0.875rem !important;
Expand Down Expand Up @@ -110,35 +139,6 @@ a {
color: #b27ef4;
}

.dark .navbar .divider {
background-color: #ffffff1f;
}

.navbar .logo {
display: flex;
align-items: center;
padding: 0 1rem;
padding: 1.5rem;
text-decoration: none;
}

.navbar .logo > * + * {
margin-left: 1rem;
}

.navbar span {
font-family: "Inter";
font-style: normal;
font-weight: 400;
font-size: 16px;
letter-spacing: 0.01em;
color: rgba(0, 0, 0, 0.5);
}

.dark .navbar span {
color: rgb(255, 255, 255, 0.9);
}

.nav-links {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -237,6 +237,11 @@ a {

.dark .share-url__copy {
background: #2b2e31;
color: #b57cfc;
}

.dark .share-url__copy g path {
fill: #b57cfc;
}

.nav-link {
Expand Down

0 comments on commit 1f4a10e

Please sign in to comment.