aboutsummaryrefslogtreecommitdiff
path: root/assets/css/markup
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/markup')
-rw-r--r--assets/css/markup/_index.scss1
-rw-r--r--assets/css/markup/_render-heading.scss13
2 files changed, 0 insertions, 14 deletions
diff --git a/assets/css/markup/_index.scss b/assets/css/markup/_index.scss
deleted file mode 100644
index ead742e..0000000
--- a/assets/css/markup/_index.scss
+++ /dev/null
@@ -1 +0,0 @@
-@import "_render-heading"; \ No newline at end of file
diff --git a/assets/css/markup/_render-heading.scss b/assets/css/markup/_render-heading.scss
deleted file mode 100644
index 87506a2..0000000
--- a/assets/css/markup/_render-heading.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-main {
- h1, h2, h3, h4, h5, h6 {
- a.anchor {
- color: $accentDark;
- font-weight: 700;
- text-decoration: none;
-
- &:hover {
- text-decoration: underline;
- }
- }
- }
-} \ No newline at end of file