diff options
Diffstat (limited to 'src/css/style.css')
-rw-r--r-- | src/css/style.css | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/css/style.css b/src/css/style.css index c14682b..35fdc31 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -1,6 +1,7 @@ @import url("./theme.css"); @import url("./tf.css"); @import url("./modal.css"); +@import url("./editor.css"); @font-face { font-family: "scientifica"; @@ -95,10 +96,6 @@ a:visited { margin: 0; } -.code { - width: 100%; -} - button { padding: 0.5rem; border: none; @@ -108,12 +105,6 @@ button { cursor: pointer; transition: background 0.2s ease-in-out; } - button:hover { background-color: var(--blue); } - -.syntax-error { - color: var(--red); - background-color: var(--yellow); -} |