diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T02·20+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T02·20+0000 |
commit | ac2c9b7e87daabcaa86dfad98034f82e61915107 (patch) | |
tree | f718c2a898d4c963c2f1bd9e7715f23353dc27fa /web/homepage/static | |
parent | 4a18b3971a533232c11c03afe6a971a1a6988066 (diff) |
style(web/homepage): Wrap links around the entire entry r/507
This makes it much easier to click on them. Required some style reshuffling to satisfy CSS.
Diffstat (limited to 'web/homepage/static')
-rw-r--r-- | web/homepage/static/tazjin.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css index 7175a36df157..68e72577c37a 100644 --- a/web/homepage/static/tazjin.css +++ b/web/homepage/static/tazjin.css @@ -50,7 +50,7 @@ h1, h2, h3 { color: #e4e4ef; } -.dark a { +.dark-link, .interblag-title { color: #96a6c8; } @@ -68,11 +68,12 @@ h1, h2, h3 { .entry { width: 42%; margin: 5px; - padding-left: 5px; + padding-left: 7px; padding-right: 5px; border: 2px solid; border-radius: 5px; flex-grow: 1; + text-decoration: none; } .misc { |