Add custom.css
This commit is contained in:
parent
7685aa3e60
commit
2a6f472fe7
1 changed files with 11 additions and 0 deletions
11
custom.css
Normal file
11
custom.css
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
a {
|
||||||
|
color: #8ec07c !important; /* Desaturated minty green */
|
||||||
|
text-decoration: none !important;
|
||||||
|
transition: color 0.3s ease, font-weight 0.3s ease !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #689d6a !important; /* Slightly darker minty green for hover */
|
||||||
|
font-weight: bold !important;
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
Loading…
Reference in a new issue