[feat] add color scheme

This commit is contained in:
kwaroran
2023-08-03 08:58:36 +09:00
parent 7d369221dc
commit 0e0601642a
57 changed files with 622 additions and 453 deletions

View File

@@ -63,8 +63,8 @@
position: absolute;
right: 0px;
top: 0px;
border-bottom: 1px solid #6272a4;
border-left: 1px solid #6272a4;
border-bottom: 1px solid var(--risu-theme-borderc);
border-left: 1px solid var(--risu-theme-borderc);
width: 12rem;
height: 12rem;
z-index: 5;
@@ -74,8 +74,8 @@
position: absolute;
width: 16px;
height: 16px;
border-top: 1px solid #6272a4;
border-right: 1px solid #6272a4;
border-top: 1px solid var(--risu-theme-borderc);
border-right: 1px solid var(--risu-theme-borderc);
cursor: sw-resize;
bottom: 0;
left: 0;