buttons, cards, and texts edits for colors

This commit is contained in:
Sharwin24 2024-12-29 13:24:15 -08:00
parent 9068511515
commit 93505a658e
3 changed files with 23 additions and 7 deletions

View file

@ -1,5 +1,5 @@
.btn-dark {
background-color: get-light-color('text-color') !important;
background-color: get-light-color('bg-card') !important;
border-color: get-light-color('text-color') !important;
color: get-light-color('text-over-accent-color') !important;
@include transition();
@ -51,6 +51,7 @@
.navbar-toggler {
border: none;
&:focus {
border: none;
outline: none !important;
@ -61,6 +62,7 @@
.tags {
text-align: left;
padding-top: 0.5em;
li {
font-size: 0.5em;
list-style-type: none;
@ -70,6 +72,7 @@
margin-top: 0.6em;
margin-bottom: 0.6em;
}
a {
text-decoration: none !important;
}
@ -121,6 +124,7 @@
color: get-light-color('text-over-accent-color') !important;
@include transition();
}
&:focus {
&::before {
content: 'Copied!';
@ -203,6 +207,7 @@ html[data-theme='dark'] {
background-color: get-dark-color('hover-over-accent-color') !important;
}
}
.copy-code-button {
background-color: get-dark-color('bg-primary') !important;
color: get-dark-color('muted-text-color') !important;
@ -214,4 +219,4 @@ html[data-theme='dark'] {
color: get-dark-color('text-over-accent-color') !important;
}
}
}
}