mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Fixed colour of embedded text in Ice Wyvern theme
Changed the colour to black to make it more readable.
This commit is contained in:
parent
f998d94b19
commit
d511955561
@ -176,6 +176,14 @@ nav a {
|
|||||||
background-color: rgba(0, 0, 0, 0.4);
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.field-content, .description {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
color: rgb(100,100,100);
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #4688f7;
|
color: #4688f7;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user