/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
4a243bce8c
commit
f708683fa9
1 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<style>
|
||||
body {
|
||||
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
||||
color: rgba(255, 20, 147, 1.0); /* deeppink */
|
||||
color: rgb(255, 227, 3, 1.0); /* deeppink */
|
||||
background-color: rgba(0, 0, 0, 1.0); /* black */
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
|
@ -21,17 +21,17 @@
|
|||
}
|
||||
|
||||
a {
|
||||
color: rgba(255, 20, 147, 0.25);
|
||||
color: rgb(255, 227, 3, 0.25);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.noticeable:hover {
|
||||
background-color: rgba(255, 20, 147, 0.15);
|
||||
background-color: rgb(255, 227, 3, 0.15);
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
a.exlink {
|
||||
background-color: rgba(255, 20, 147, 0.35);
|
||||
background-color: rgb(255, 227, 3, 0.35);
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
|||
Loading…
Reference in a new issue