/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
d032b04ebe
commit
e954ba4aca
1 changed files with 4 additions and 4 deletions
|
|
@ -10,9 +10,9 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
||||||
color: "deeppink";
|
color: deeppink;
|
||||||
/* limegreen */
|
/* limegreen */
|
||||||
background-color: "blanchealmond";
|
background-color: blanchealmond;
|
||||||
/* blackberry */
|
/* blackberry */
|
||||||
/* overflow: hidden; */
|
/* overflow: hidden; */
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
|
|
@ -24,12 +24,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: "deeppink";
|
color: deeppink;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.noticeable:hover {
|
a.noticeable:hover {
|
||||||
background-color: "deeppink";
|
background-color: deeppink;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue