Re-styled the hat design

This commit is contained in:
aewens 2019-04-09 11:28:59 -04:00
parent 3441d9ecc4
commit 05edb001f7
1 changed files with 6 additions and 6 deletions

View File

@ -71,17 +71,17 @@ a.tag_meta {
} }
span.hat { span.hat {
border-bottom: 6px solid #bbb; /*border-bottom: 6px solid #bbb;
border-radius: 4px; border-radius: 4px;*/
padding: 1px 8px; padding: 1px 8px;
vertical-align: super; vertical-align: super;
white-space: nowrap; white-space: nowrap;
} }
span.hat span.crown { span.hat span.crown {
background-color: #ddd; background-color: #21823B;
border: 1px solid #eee; border: 1px solid #21823B;
border-bottom: 0; border-bottom: 0;
border-radius: 5px 5px 0px 0px; border-radius: 5px;
font-size: 8pt; font-size: 8pt;
padding: 3px 5px 2px 5px; padding: 3px 5px 2px 5px;
text-decoration: none; text-decoration: none;
@ -89,7 +89,7 @@ span.hat span.crown {
} }
span.hat span.crown, span.hat a { span.hat span.crown, span.hat a {
color: #777; color: #000 !important;
text-decoration: none; text-decoration: none;
} }