aboutsummaryrefslogtreecommitdiff
path: root/themes/ananke/src/css/_styles.css
diff options
context:
space:
mode:
authorgabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com>2022-03-23 20:08:49 +0000
committergabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com>2022-03-23 20:08:49 +0000
commit6166cf8e4008b7d64053655f4093d0870a54ace1 (patch)
tree2d1f128e6e98e11eee7c5961ac571891d9affc1d /themes/ananke/src/css/_styles.css
parentac8603a37fad988e6c7da99c26ee91a3be34ef55 (diff)
downloadgabrielgio.me-6166cf8e4008b7d64053655f4093d0870a54ace1.tar.gz
gabrielgio.me-6166cf8e4008b7d64053655f4093d0870a54ace1.tar.bz2
gabrielgio.me-6166cf8e4008b7d64053655f4093d0870a54ace1.zip
feat: Remove unused theme
Diffstat (limited to 'themes/ananke/src/css/_styles.css')
-rw-r--r--themes/ananke/src/css/_styles.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/themes/ananke/src/css/_styles.css b/themes/ananke/src/css/_styles.css
deleted file mode 100644
index 70e63a5..0000000
--- a/themes/ananke/src/css/_styles.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Put your custom styles here and run `npm start` from the "src" directory on */
-
-#TableOfContents ul li {
- margin-bottom: 1em;
-}
-
-.lh-copy blockquote {
- display: block;
- font-size: .875em;
- margin-left: 2rem;
- margin-top: 2rem;
- margin-bottom: 2rem;
- border-left: 4px solid #ccc;
- padding-left: 1rem;
-
-}
-
-.nested-links a{
- overflow-wrap: break-word;
-} \ No newline at end of file