/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
7c8bed9bc9
commit
888cd193be
1 changed files with 2 additions and 2 deletions
|
|
@ -24,12 +24,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: rgb(255, 20, 147, 0.15);
|
color: deeppink;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.noticeable:hover {
|
a.noticeable:hover {
|
||||||
background-color: deeppink;
|
background-color: rgb(255, 20, 147, 0.15);
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue