DarthSim 3 лет назад
Родитель
Сommit
74b977fb60
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      docs/assets/style.css

+ 4 - 0
docs/assets/style.css

@@ -1,4 +1,6 @@
 :root {
+  --base-color: rgb(255, 255, 255);
+
   --mono-hue: var(--theme-hue);
   --mono-saturation: 10%;
 
@@ -26,6 +28,8 @@
   --copycode-background: var(--link-color);
 
   --table-row-even-background: var(--base-background-color);
+
+  --selection-color: rgba(255, 255, 255, 0.3);
 }
 
 .app-name-link img {