From b332ada9099f032c805c5fcacb59c44cd99f13fb Mon Sep 17 00:00:00 2001 From: Hao Tran Date: Sat, 1 Feb 2025 21:07:58 -0500 Subject: [PATCH] Update themes --- css/theme_dashboard.css | 10 ++++++++++ css/theme_directives-head.html | 13 ++++++------- css/theme_website.css | 4 ++++ 3 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 css/theme_dashboard.css diff --git a/css/theme_dashboard.css b/css/theme_dashboard.css new file mode 100644 index 0000000..c7600d8 --- /dev/null +++ b/css/theme_dashboard.css @@ -0,0 +1,10 @@ +body { + max-width: 1024px; +} + +button { + padding: 8px 16px; + background-color: #eceff4; + border-radius: 2px; + border: 0; +} diff --git a/css/theme_directives-head.html b/css/theme_directives-head.html index 7f954d8..3779400 100644 --- a/css/theme_directives-head.html +++ b/css/theme_directives-head.html @@ -1,7 +1,6 @@ - +
+ +
+
+ +
diff --git a/css/theme_website.css b/css/theme_website.css index 5eb4d84..7947161 100644 --- a/css/theme_website.css +++ b/css/theme_website.css @@ -202,6 +202,10 @@ ul.blog-posts li span { padding-right: 8px; } +.icon-feed { + margin-left: .5rem; +} + .tags { margin-top: 2rem; }