From 42dbb68ee00d41ac270df1a93acf29c4d17c8db1 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 12 May 2022 04:22:12 +0300 Subject: Reorganized pug files. Added Unify settings to libreddit #234 --- src/pages/stylesheets/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/pages/stylesheets') diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 8b2718cd..c1c2a53f 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -444,4 +444,15 @@ section.general div { #customize-popup { width: 250px; +} + +button { + background-color:transparent; + color: var(--text); + border: none; + padding: 10px 5px; + text-decoration: none; + display: inline-block; + cursor: pointer; + border-radius: 5px; } \ No newline at end of file -- cgit 1.4.1