summaryrefslogtreecommitdiff
path: root/css/custom/navigation.less
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-02-05 09:55:25 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-04-01 07:26:50 +0200
commitc455896ae9e69e2498742ff795e7886dee1ffa23 (patch)
tree62a7353cbd1b14b4dd93b453f1f38cfe533c66ec /css/custom/navigation.less
parent32acfbf6bf21d52e987d1b7599128f75b759ab28 (diff)
Move source files into src
Diffstat (limited to 'css/custom/navigation.less')
-rw-r--r--css/custom/navigation.less30
1 files changed, 0 insertions, 30 deletions
diff --git a/css/custom/navigation.less b/css/custom/navigation.less
deleted file mode 100644
index 9c9ef4e..0000000
--- a/css/custom/navigation.less
+++ /dev/null
@@ -1,30 +0,0 @@
-@import "../variables.less";
-
-// Navigation bar
-nav {
- padding-bottom: 8px;
- border-bottom: double @bodyTextColor;
- text-align: center;
- font-family: Sans;
-
- a, a:visited {
- margin: 0 0.5em;
- font-size: 24px;
- text-decoration: none;
- color: @bodyTextColor;
- }
-
- .brand-name {
- text-align: center;
- display: block;
- font-weight: bold;
- font-size: 32px;
- color: @bodyTextColor;
- margin-bottom: 8px;
- }
-}
-
-// Generic links
-a, a:visited {
- color: @linkColor;
-}