Skip to content

Commit a0acd5a

Browse files
committed
Night mode enhancements.
1 parent f5477f1 commit a0acd5a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

css/colors/night.colors.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,20 @@ color: #191919;
618618
{
619619
filter: invert(88.5%);
620620
}
621-
}
621+
}
622+
623+
/* New code follows - bluesoul */
624+
625+
.interwiki {
626+
background-color: #191919 !important;
627+
border: 1px solid #808080 !important;
628+
}
629+
630+
.interwiki__title {
631+
color: #808080 !important;
632+
border-bottom: solid 1px #808080 !important;
633+
}
634+
635+
.interwiki__entry a {
636+
color: #942828 !important;
637+
}

css/fonts/night-mode.fonts.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@
99
#page-title
1010
{
1111
font-family: "Junction", "Fira Sans", "DejaVu Sans Condensed", verdana, arial, helvetica, sans-serif !important;
12+
}
13+
14+
.interwiki {
15+
font-family: "Fira Sans", "DejaVu Sans Condensed", verdana, arial, helvetica, sans-serif !important;
16+
font-size: 1em !important;
1217
}

0 commit comments

Comments
 (0)