From 8e7b40abb571174012be56f52f815bb6f3ef6963 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Thu, 4 Apr 2024 23:18:26 +0200 Subject: [PATCH] misc -> anyrun: Update position and border color --- misc/anyrun/config.ron | 2 +- misc/anyrun/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/anyrun/config.ron b/misc/anyrun/config.ron index 16918d1..e1e8cdd 100644 --- a/misc/anyrun/config.ron +++ b/misc/anyrun/config.ron @@ -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, diff --git a/misc/anyrun/style.css b/misc/anyrun/style.css index ea27f5f..13b943a 100644 --- a/misc/anyrun/style.css +++ b/misc/anyrun/style.css @@ -6,7 +6,7 @@ box#main { border-radius: 10px; background-color: #282936; - border: 4px solid #282936; + border: 2px solid #2bc1df; } entry#entry {