theme: Add extra colours to the different active states of interwiki links

This commit is contained in:
Starbeamrainbowlabs 2019-10-07 18:15:45 +01:00
parent d6d89e3d9f
commit 5239fff462
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 7 additions and 2 deletions

View File

@ -155,7 +155,7 @@
"version": "0.3",
"author": "Starbeamrainbowlabs",
"description": "Adds a theme gallery page and optional automatic theme updates. Contacts a remote server, where IP addresses are stored in automatic server logs for security and attack mitigation purposes.",
"lastupdate": 1570464807,
"lastupdate": 1570464845,
"optional": false,
"extra_data": []
},

View File

@ -42,7 +42,10 @@
--accent-c1: #e60707;
--accent-c2: #820f0f; /*#8b1a1a*/
--accent-c3: hsl(0, 59%, 20%); /*#8b1a1a*/
--accent-d1: #127757;
--accent-d1: hsl(160, 73%, 26%);
--accent-d2: hsl(159, 76%, 23%);
--accent-d3: hsl(160, 80%, 70%);
--tag: #e2d5eb;
--file: white;
@ -171,6 +174,8 @@ a.redlink:visited { color: var(--accent-c2); }
a.redlink:active, a.redlink:focus { color: var(--accent-c3); }
a.interwiki_link::before { content: "\\1f6f8"; display: inline-block; margin-right: 0.25em; }
a.interwiki_link { color: var(--accent-d1); }
a.interwiki_link:visited { color: var(--accent-d2); }
a.interwiki_link:active { color: var(--accent-d3); }
.matching-tags-display { display: flex; margin: 0 -2em; padding: 1em 2em; background: hsla(30, 84%, 72%, 0.75); }
.matching-tags-display > label { flex: 0; font-weight: bold; color: var(--accent-a3); }