misc -> anyrun: Update position and border color
This commit is contained in:
parent
454d91ca70
commit
8e7b40abb5
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
Config(
|
||||
x: Fraction(0.5),
|
||||
y: Fraction(0.2),
|
||||
y: Fraction(0.3),
|
||||
width: Absolute(800),
|
||||
height: Fraction(0),
|
||||
hide_icons: false,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
box#main {
|
||||
border-radius: 10px;
|
||||
background-color: #282936;
|
||||
border: 4px solid #282936;
|
||||
border: 2px solid #2bc1df;
|
||||
}
|
||||
|
||||
entry#entry {
|
||||
|
|
Loading…
Reference in a new issue