Skip to content

Commit

Permalink
Update width and background color of divider
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstmul committed Oct 3, 2024
1 parent 205f97c commit 86f56da
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@
--gradient-start-color: #0c0c0d;
--heading-color: inherit;
--text-color: #e4e4e7a3;
--divider-background-color: rgba(255, 255, 255, 0.06);
}
:global(.theme-light) {
--gradient-start-color: #ededf0;
--heading-color: #19191c;
--text-color: #19191ca3;
--divider-background-color: rgba(25, 25, 28, 0.04);
}
.github-education-container {
Expand Down Expand Up @@ -192,8 +194,8 @@
}
.content .logo-divider {
width: 1px;
width: 2px;
height: 100%;
background-color: rgba(255, 255, 255, 0.06);
background-color: var(--divider-background-color);
}
</style>

0 comments on commit 86f56da

Please sign in to comment.