diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/site.css | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/site.css b/public/css/site.css index 6204f7b..e689de7 100644 --- a/public/css/site.css +++ b/public/css/site.css @@ -58,6 +58,7 @@ a.no-decoration:before {      content: "";  } +ul,  ol {      list-style-type: none;      padding: 0; @@ -102,6 +103,10 @@ button {      text-align: center;  } +.tag { +    color: #86EFAC; +} +  @media (min-width: 1536px) {      section {          width: 80%;  | 
