summaryrefslogtreecommitdiff
path: root/www/css/navbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/navbar.css')
-rw-r--r--www/css/navbar.css40
1 files changed, 0 insertions, 40 deletions
diff --git a/www/css/navbar.css b/www/css/navbar.css
deleted file mode 100644
index 892f302..0000000
--- a/www/css/navbar.css
+++ /dev/null
@@ -1,40 +0,0 @@
-nav {
- background-color: var(--accent);
- color: var(--text);
- position: fixed;
- height: 36px;
- display: flex;
- align-items: center;
- top: 12px;
- right: 12px;
- border-radius: 12px;
- /* box-shadow x-offset y-offset blur spread color */
- box-shadow: 8px 8px 40px 2px #111111;
- z-index: 1;
-}
-nav ul {
-}
-/* Display navbar elements horizontally. */
-nav ul * {
- display: inline;
- margin: 0.2em;
-}
-
-/* Style the links inside the navigation bar. */
-nav a {
- color: var(--text);
- font-size: 16px;
-}
-
-/* Change the color of links on hover. */
-nav a:hover {
- background-color: var(--link);
- color: var(--primary);
- transition: var(--med-speed);
-}
-
-/* Add a color to the active/current link */
-nav a.active {
- background-color: var(--accent);
- color: white;
-}
Copyright 2019--2024 Marius PETER