/ ‘themes/moe-dark/templates/base.html’
This commit is contained in:
parent
5cc21c5f58
commit
13e3b06ca3
1 changed files with 7 additions and 7 deletions
|
|
@ -10,8 +10,8 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
||||||
color: rgba(37, 176, 118, 1.0);
|
color: rgba(206, 201, 201, 1.0);
|
||||||
background-color: rgba(16, 20, 20, 1.0);
|
background-color: rgba(48, 48, 48, 1.0);
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
/* hi */
|
/* hi */
|
||||||
}
|
}
|
||||||
|
|
@ -22,19 +22,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: rgba(180, 64, 134, 1.0);
|
color: rgba(255, 124, 0, 1.0);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.noticeable:hover {
|
a.noticeable:hover {
|
||||||
backgrounda-color: rgba(180, 64, 134, 0.5);
|
backgrounda-color: rgba(255, 124, 0, 0.5);
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.exlink {
|
a.exlink {
|
||||||
color: rgba(180, 64, 134, 1.0);
|
color: rgba(255, 124, 0, 1.0);
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: rgba(180, 64, 134, 0.5);
|
border-color: rgba(255, 124, 0, 0.5);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.paginator {
|
.paginator {
|
||||||
color: rgba(37, 176, 118, 0.5);
|
color: rgba(206, 201, 201, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
article.title {
|
article.title {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue