From c99ad30e5339d0e1eaad73a1042e07e98da0ebad Mon Sep 17 00:00:00 2001 From: nikurasu Date: Thu, 20 Oct 2022 15:44:27 +0200 Subject: [PATCH] small design changes --- src/public/util/simple-basic.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/util/simple-basic.scss b/src/public/util/simple-basic.scss index e4798e1..84937fc 100644 --- a/src/public/util/simple-basic.scss +++ b/src/public/util/simple-basic.scss @@ -26,4 +26,8 @@ body { display: flex; flex-direction: column; gap: 1rem; + + >button { + background-color: #000; + } } \ No newline at end of file