aboutsummaryrefslogtreecommitdiff
path: root/assets/css/markup/_render-heading.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/markup/_render-heading.scss')
-rw-r--r--assets/css/markup/_render-heading.scss13
1 files changed, 0 insertions, 13 deletions
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