aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 21:51:55 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 21:51:55 -0300
commit07cae73c7116aee9686432783394eaba2c854ab9 (patch)
treef41dcb6e3e3d986e10094765dfbe68f2270294cd /style.css
parented76b7e9e72cc2c3b5eeef0707638ff39a7cd31a (diff)
remove extra files
Diffstat (limited to 'style.css')
-rw-r--r--style.css41
1 files changed, 0 insertions, 41 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 35eec0b..0000000
--- a/style.css
+++ /dev/null
@@ -1,41 +0,0 @@
-* {
- font-size: 25px;
- color: #333;
-}
-
-/* Make titlebar pretty gigantic. I'm pretty myopic. */
-.titlebar {
- padding: 10px;
- font-size: 30px;
-}
-
-
-.titlebar * {
- padding: 10px;
- font-size: 27px;
-}
-
-header * {
- font-size: 20px;
- padding: 5px;
-}
-
-tabs {
- padding: 3px;
-}
-
-tab {
- margin: 2px 5px 4px 0px; /* top right bottom left */
- padding: 5px;
- border-style: solid;
- font-size: 27px;
-}
-
-entry {
- padding-left: 10px;
-}
-
-entry:focus {
- padding-left: 10px;
-
-}