aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index e7a7c5f2..1f39d109 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -329,7 +329,7 @@ h4 {
div.some-block h4 {
margin: 0;
- width: 70%;
+ /* width: 70%; */
}
div.option-block h4 {
@@ -432,6 +432,22 @@ textarea {
width: 100%;
}
+button.default {
+ margin-left: 30px;
+ background-color: transparent;
+ border: none;
+ color: white;
+ padding: 5px;
+ width: 34px;
+ height: 34px;
+ text-align: center;
+ text-decoration: none;
+ display: inline-block;
+ font-size: 16px;
+ margin: 4px 2px;
+ cursor: pointer;
+}
+
@media (prefers-color-scheme: light) {
body {
--text: #000;