Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-25 02:00:47 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-25 02:00:47 +0300
commita9c03b139ac2ab7498ceb44e35a1a37932e84947 (patch)
tree597437dbf5ef71b7c05825df11f071aae5502cf5
parenta86d1862285640d2ef0b1b4361f0c729ec2cbc9f (diff)
Remove unused CSS
-rw-r--r--static/css/color-theme.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/static/css/color-theme.css b/static/css/color-theme.css
index 419f10d..a35418b 100644
--- a/static/css/color-theme.css
+++ b/static/css/color-theme.css
@@ -75,18 +75,6 @@ a:hover {
color: #00000080;
}
-/*
-TODO Remove older-posts and newer-posts, when the "pagination.html" also uses the btn-classes
-*/
-.older-posts, .newer-posts {
- border: 1px solid #bdbdbd;
-}
-
-.older-posts:hover, .newer-posts:hover {
- color: #889093;
- border-color: #98a0a4;
-}
-
/* Color for e.g. headers and links */
.text-primary, a {
color: #558b2f;