summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/desktop/header.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/desktop/header.css b/css/desktop/header.css
index ad7afb8..0364bfa 100755
--- a/css/desktop/header.css
+++ b/css/desktop/header.css
@@ -50,4 +50,14 @@
display: flex;
align-items: center;
border-bottom: 1px solid #98A5B0;
+ justify-content: space-between;
+}
+
+.header .navbar a {
+ text-decoration: none;
+ color: black;
+}
+
+.header .navbar a:hover {
+ text-decoration: underline;
}