projects
/
pgcac-website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d4960
)
Just highlight links, don't underline.
author
Dave Page
<dpage@pgadmin.org>
Thu, 20 Oct 2022 13:02:55 +0000
(14:02 +0100)
committer
Dave Page
<dpage@pgadmin.org>
Thu, 20 Oct 2022 13:02:55 +0000
(14:02 +0100)
static/css/pgcac.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/pgcac.css
b/static/css/pgcac.css
index 69a4164a84a2ceff7105bf1a84960200566ad6a8..70b8c31d655720e22956134a37afe7dadecf4ddd 100644
(file)
--- a/
static/css/pgcac.css
+++ b/
static/css/pgcac.css
@@
-52,6
+52,10
@@
a {
transition: color .2s ease-in-out;
}
+a:hover, a:active {
+ text-decoration: none;
+}
+
.navbar {
box-shadow: 0px 3px 15px var(--navbar-sdw-color);
background-color: var(--navbar-bg-color) !important;