diff --git a/velping/statics/style.css b/velping/statics/style.css index 098e635..ad44444 100644 --- a/velping/statics/style.css +++ b/velping/statics/style.css @@ -1,32 +1,44 @@ ::selection { - background-color: #eeadb7; - color: #1e1e2e; + background-color: #2563eb; + color: #fff; } ::-moz-selection { - background-color: #eeadb7; - color: #1e1e2e; + background-color: #2563eb; + color: #fff; } body { - font-family: 'Adwaita Mono', monospace; + font-family: sans-serif; padding-left: 20px; padding-top: 10px; margin: 0; - max-width: 1000px; - background-color: #1e1e2e; - color: #eeadb7; + padding: 0; + background-color: #000; + color: #b1b8c0; } -.green, .green::selection, .green::-moz-selection { +#wraps { + margin: 0 auto; + width: 80%; + padding-top: 10px; +} + +.green, +.green::selection, +.green::-moz-selection { color: #5cdd8b; } -.red, .red::selection, .red::-moz-selection { +.red, +.red::selection, +.red::-moz-selection { color: #dc3545; } -.grey, .grey::selection, .grey::-moz-selection { +.grey, +.grey::selection, +.grey::-moz-selection { color: #dadada; } @@ -34,9 +46,11 @@ body { width: 400px; height: 20px; padding: 10px; + margin-bottom: 10px; display: flex; align-items: center; border-radius: 10px; + background-color: #040407; } .service p { diff --git a/velping/templates/index.xht b/velping/templates/index.xht index 9813927..2b0748f 100644 --- a/velping/templates/index.xht +++ b/velping/templates/index.xht @@ -10,6 +10,7 @@
+