diff --git a/src/scripts/browse.tag b/src/scripts/browse.tag index 0365b2a..6b1d872 100644 --- a/src/scripts/browse.tag +++ b/src/scripts/browse.tag @@ -1,38 +1,45 @@ -
- - - -
-
-

- { result[1].title } by { result[1].author } -

+
+
+
+ +
-
- - + +
- Read More - +
+

+ { result[1].title } by { result[1].author } +

+
+ +
+ diff --git a/src/scripts/links.tag b/src/scripts/links.tag index cb3f3db..cebf1e8 100644 --- a/src/scripts/links.tag +++ b/src/scripts/links.tag @@ -28,7 +28,7 @@
- diff --git a/src/scripts/menu.tag b/src/scripts/menu.tag index 23c489b..12bb388 100644 --- a/src/scripts/menu.tag +++ b/src/scripts/menu.tag @@ -9,10 +9,10 @@
@@ -32,7 +31,8 @@ preventDefault(ev) { } this.styles = { - "text-transform" : "capitalize" + "text-transform" : "capitalize", + "border-color" : "#4b93c1" }; diff --git a/src/scripts/postcontrols.tag b/src/scripts/postcontrols.tag index 3f7024c..ae24d4f 100644 --- a/src/scripts/postcontrols.tag +++ b/src/scripts/postcontrols.tag @@ -2,7 +2,7 @@
@@ -43,7 +45,7 @@
@@ -51,7 +53,7 @@
diff --git a/src/styles/riotblog.scss b/src/styles/riotblog.scss index 90d818e..bd142ca 100644 --- a/src/styles/riotblog.scss +++ b/src/styles/riotblog.scss @@ -79,6 +79,24 @@ $navbarHeight: 100px; } } +.menu-element { + padding-bottom: 2px !important; + padding-top: 2px !important; +} + +.category-button { + border-radius: 5px !important; + border-color: $branding2 !important; + display: block !important; + margin-top: 0; + padding: .6rem 1.2rem .4rem 1.2rem; + color: $branding !important; + text-decoration: none; + &:hover { + background-color: $brandingBG !important; + } +} + .menu-button { display: block !important; margin-top: 0; @@ -90,7 +108,7 @@ $navbarHeight: 100px; } } -.branded, button { +.branded { border-radius: 5px !important; border-color: $branding2 !important; display: block !important;