about summary refs log tree commit diff
path: root/web/homepage/static/tazjin.css
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-09T02·20+0000
committerVincent Ambo <tazjin@google.com>2020-02-09T02·20+0000
commitac2c9b7e87daabcaa86dfad98034f82e61915107 (patch)
treef718c2a898d4c963c2f1bd9e7715f23353dc27fa /web/homepage/static/tazjin.css
parent4a18b3971a533232c11c03afe6a971a1a6988066 (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 '')
-rw-r--r--web/homepage/static/tazjin.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css
index 7175a36df1..68e72577c3 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 {