mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit d4267c61c515a8c5d9823b9ff8bac09211e77cb3
parent 7849d73797ca840ca6130edca19cc51b4f4f6760
Author: markseu <mark2011@mayberg.se>
Date:   Sat, 19 Mar 2016 10:26:10 +0100

Theme update

Diffstat:
Msystem/themes/flatsite.css | 14+++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/system/themes/flatsite.css b/system/themes/flatsite.css @@ -1,5 +1,5 @@ /* Flatsite theme */ -/* Version: 0.6.4 */ +/* Version: 0.6.5 */ /* Designer: Mark Mayberg */ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700); @@ -51,6 +51,18 @@ a, img { border:none; text-decoration:none; } .footer a:hover { color:#07d; text-decoration:underline; } .footer-left { float:left; } .footer-right { float:right; } +.footer-right a { + display:inline-block; + box-sizing:border-box; + border-radius:20px; + width:25px; + height:25px; + margin-top:-20px; + text-align:center; + background-color:#07d; + color:#fff; +} +.footer-right a:hover { background-color:#000; color:#fff; } .footer-banner { clear:both; } .left { float:left; margin:0 1em 0 0; } .center { display:block; margin:0 auto; }