summaryrefslogtreecommitdiffstats
path: root/blog/_assets
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_assets')
-rw-r--r--blog/_assets/stylesheets/_pagination.scss31
-rw-r--r--blog/_assets/stylesheets/main.scss1
2 files changed, 32 insertions, 0 deletions
diff --git a/blog/_assets/stylesheets/_pagination.scss b/blog/_assets/stylesheets/_pagination.scss
new file mode 100644
index 0000000..7d08dfc
--- /dev/null
+++ b/blog/_assets/stylesheets/_pagination.scss
@@ -0,0 +1,31 @@
+.pagination {
+ padding: {
+ top: 0.5cm;
+ bottom: 0.5cm;
+ }
+
+ .page_number {
+ padding: {
+ top: 1.5mm;
+ bottom: 1.5mm;
+ left: 2mm;
+ right: 2mm;
+ }
+ background-color: $nav-link-hover-bg;
+ color: $nav-link-hover-color;
+ }
+ a {
+ text-decoration: none;
+ color: $link-color;
+ padding: {
+ top: 1.5mm;
+ bottom: 1.5mm;
+ left: 2mm;
+ right: 2mm;
+ }
+ &:hover {
+ background-color: $nav-link-hover-bg;
+ color: $nav-link-hover-color;
+ }
+ }
+}
diff --git a/blog/_assets/stylesheets/main.scss b/blog/_assets/stylesheets/main.scss
index af5d134..23a1fe8 100644
--- a/blog/_assets/stylesheets/main.scss
+++ b/blog/_assets/stylesheets/main.scss
@@ -2,6 +2,7 @@
@import "common";
@import "header";
@import "navbar";
+@import "pagination";
body {
background-color: black;