Tweak interwiki link style

This commit is contained in:
Starbeamrainbowlabs 2019-01-05 23:04:40 +00:00
parent e350d1cc8e
commit a7b258236c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 5 additions and 5 deletions

View File

@ -297,8 +297,8 @@ blockquote { padding-left: 1em; border-left: 0.2em solid #442772; border-radius:
a { cursor: pointer; }
a.redlink:link { color: rgb(230, 7, 7); }
a.redlink:visited { color: rgb(130, 15, 15); /*#8b1a1a*/ }
a.interwiki_link::before { content: "\\1f30d"; display: inline-block; margin-right: 0.25em; }
a.interwiki_link { color: #127757; /* sekret! This is the decimal value of the above emoticon */ }
a.interwiki_link::before { content: "\\1f6f8"; display: inline-block; margin-right: 0.25em; }
a.interwiki_link { color: #127757; }
.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: #442772; }
@ -409,7 +409,7 @@ if($settings->sessionprefix == "auto")
/////////////////////////////////////////////////////////////////////////////
/** The version of Pepperminty Wiki currently running. */
$version = "v0.18-dev";
$commit = "0b4290321c50abef10a099958a1c2b2ec1e859bf";
$commit = "e350d1cc8efeab734f9347ec9fc6f1d1e20bed45";
/// Environment ///
/** Holds information about the current request environment. */
$env = new stdClass();

View File

@ -56,8 +56,8 @@ blockquote { padding-left: 1em; border-left: 0.2em solid #442772; border-radius:
a { cursor: pointer; }
a.redlink:link { color: rgb(230, 7, 7); }
a.redlink:visited { color: rgb(130, 15, 15); /*#8b1a1a*/ }
a.interwiki_link::before { content: "\\1f30d"; display: inline-block; margin-right: 0.25em; }
a.interwiki_link { color: #127757; /* sekret! This is the decimal value of the above emoticon */ }
a.interwiki_link::before { content: "\\1f6f8"; display: inline-block; margin-right: 0.25em; }
a.interwiki_link { color: #127757; }
.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: #442772; }