aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spring-front/src/index.css (renamed from spring-front/public/index.css)15
-rw-r--r--spring-front/src/index.js1
2 files changed, 1 insertions, 15 deletions
diff --git a/spring-front/public/index.css b/spring-front/src/index.css
index 89813c7..c788cb4 100644
--- a/spring-front/public/index.css
+++ b/spring-front/src/index.css
@@ -6,21 +6,6 @@ body {
width: 95vw;
}
-.article{$
- text-align: left;
- padding: 2%;
- border-style: solid;
- position: relative;
- white-space: -moz-pre-wrap !important;
- color: #005f87;
- background: #000000;
- font-family: "DejaVuSansMono NF", Helvetica, monospace;
- overflow-wrap: break-word;
- float: left;
- /* width: 78%; */
- width: 95%;
-}
-
a {
color: #005f87;
text-decoration: none;
diff --git a/spring-front/src/index.js b/spring-front/src/index.js
index 1b3e051..2b3e29d 100644
--- a/spring-front/src/index.js
+++ b/spring-front/src/index.js
@@ -3,6 +3,7 @@ import ReactDOM from "react-dom";
import hljs from "highlight.js/lib/core";
import markdown from "highlight.js/lib/languages/markdown";
import "highlight.js/styles/devibeans.css";
+import "./index.css";
hljs.registerLanguage("markdown", markdown);