projects
/
pgopen2019.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c72475
)
Add underline styling for links
author
Sarah Conway
<sarah.conway@crunchydata.com>
Fri, 14 Jun 2019 00:42:49 +0000
(17:42 -0700)
committer
Sarah Conway
<sarah.conway@crunchydata.com>
Fri, 14 Jun 2019 00:42:49 +0000
(17:42 -0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 1bf2ca069d1942dc6189086d36ff9f6ea9ce7be1..114a183ca64227986b9bf74dd0f9bd274f94546a 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-25,6
+25,7
@@
a {
color: #336791;
font-weight: 600;
transition: all 0.15s;
+ text-decoration: underline;
}
a:hover,