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 4fa23a8..0000000
--- a/assets/css/markup/render-heading.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-main {
- h1, h2, h3, h4, h5, h6 {
- a {
- color: var(--accent-1);
- font-weight: 900;
- text-decoration: none;
-
- &:hover {
- text-decoration: underline;
- }
- }
- }
-} \ No newline at end of file