Skip to content

Commit 920cc3d

Browse files
committed
Interwiki adjustments for colors.spc.
1 parent c35a4ee commit 920cc3d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

css/colors/spc.colors.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,12 @@ div#container-wrap {
9292
color: #0b65c0;
9393
}
9494

95-
.interwiki_title {
95+
.interwiki__title {
9696
color: #0b65c0;
97+
border-bottom: solid 1px #0e7dcd;
9798
}
9899

99-
.interwiki_entry a {
100+
.interwiki__entry a {
100101
color: #0b65c0;
101102
}
102103

@@ -183,4 +184,10 @@ h1, #page-title {
183184
color: #0b2447;
184185
background-color: #132639;
185186
background: linear-gradient(to bottom, #2373cd,#319ec2,#183291);
187+
}
188+
189+
/* Interwiki - bluesoul */
190+
191+
.interwiki__entry:before {
192+
color: #0b65c0;
186193
}

0 commit comments

Comments
 (0)