projects
/
pgopen2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d54452
)
remove text-underline for a
author
xenophenes
<xenophenes42@gmail.com>
Thu, 20 Apr 2017 23:00:12 +0000
(16:00 -0700)
committer
xenophenes
<xenophenes42@gmail.com>
Thu, 20 Apr 2017 23:00:12 +0000
(16:00 -0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index e8c24acbb51b802bf1b1a97c9f541039a1566b6d..4303211a02040668cebc911b38f2a2344525aa08 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-33,9
+33,10
@@
a {
font-weight: bold;
color: #2298AC;
+ text-decoration: none;
}
- a:
active, a:
hover {
+ a:hover {
color: #F21B3F;
text-decoration: underline;
}