Home Gen162 @ 2024-04-28-23:18

This commit is contained in:
Jonas Röger 2024-04-28 23:18:02 +02:00
parent ebaf4e94fc
commit 6c606e8fb9

View File

@ -31,6 +31,10 @@
#inner-box { #inner-box {
/* background-color: #383C4A99; */ /* background-color: #383C4A99; */
background-color: transparent; background-color: transparent;
border-radius: 15px;
border-color: rgba(4C566A99);
border-width: 2px;
border-style: solid;
} }
#outer-box { #outer-box {
@ -54,7 +58,10 @@
} }
#entry:selected { #entry:selected {
background-color: #4C566A99; border-radius: 15px;
border-color: rgba(4C566A99);
border-width: 2px;
border-style: solid;
} }
#text:selected { #text:selected {