aboutsummaryrefslogtreecommitdiffhomepage
path: root/app.css
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-01-12 22:04:26 -0800
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-01-12 22:04:26 -0800
commit56c69e0d6bd7265afec6cd66a4875ebf6357ea7d (patch)
tree60c3d407e1eb6a0d22c970d9434e86a0c92565ff /app.css
parent2e7bedd13e0ce409e5bfa45095a9154463257870 (diff)
downloadhomer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.tar.gz
homer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.tar.zst
homer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.zip
Adding support for custom links target
Diffstat (limited to 'app.css')
-rw-r--r--app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.css b/app.css
index 27617de..9b2453a 100644
--- a/app.css
+++ b/app.css
@@ -139,7 +139,7 @@ body {
139 background-color: #4285f4; } 139 background-color: #4285f4; }
140 body #bighead .navbar a { 140 body #bighead .navbar a {
141 color: #ffffff; } 141 color: #ffffff; }
142 body #bighead .navbar a:hover { 142 body #bighead .navbar a:hover, body #bighead .navbar a:focus {
143 color: #ffffff; 143 color: #ffffff;
144 background-color: #5a95f5; } 144 background-color: #5a95f5; }
145 body #main-section { 145 body #main-section {