aboutsummaryrefslogtreecommitdiff
path: root/assets/css/markup/_render-heading.scss
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-04 01:05:04 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-04 13:34:10 +0200
commitfe7c149811f2e20c055ad0375aff05d29491efb4 (patch)
tree8df0652a35cca0f9c8fcb5fb90648fef2f8415b4 /assets/css/markup/_render-heading.scss
parent3de434508e0b609dea1ce8dca94ef1b708e61d61 (diff)
Rebuild the site in Astro
Add licence Update site name in header to match README.md Add missing metadescription, opengraph and link to RSS Update Astro configuration to include sitemap integration with priority and changefreq settings New post
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