theme: change default color for tags #181

This commit is contained in:
Sören Weber 2022-02-15 00:42:53 +01:00
parent 4d0240d3d7
commit 797042dee9
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -12,7 +12,7 @@
position: relative; position: relative;
margin: 0 16px 8px 0; margin: 0 16px 8px 0;
padding: 0 10px 0 12px; padding: 0 10px 0 12px;
background: #8451a1; background: #7dc903;
-webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
@ -21,7 +21,7 @@
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2);
color: #fff; color: #ffffff;
} }
#body .tags a.tag-link:before { #body .tags a.tag-link:before {
@ -31,7 +31,7 @@
left: -.99em; left: -.99em;
width: 0; width: 0;
height: 0; height: 0;
border-color: transparent #8451a1 transparent transparent; border-color: transparent #7dc903 transparent transparent;
border-style: solid; border-style: solid;
border-width: 1em 1em 1em 0; border-width: 1em 1em 1em 0;
} }
@ -45,5 +45,5 @@
height: 5px; height: 5px;
-webkit-border-radius: 50%; -webkit-border-radius: 50%;
border-radius: 100%; border-radius: 100%;
background: #fff; background: #ffffff;
} }