Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-03 16:57:30 +0300
committerDillon <dillonzq@outlook.com>2020-03-03 16:57:30 +0300
commitc7e389c25a6c5d083065960f46676525d7fd0a5e (patch)
tree14efe7c248f410227dcc81519b3ee3190b84cba5 /assets/css/_partial/_header.scss
parent8a48fba708d9a9d1923ea28efc587ece2a0dd48b (diff)
feat(style): add some custom styles
Diffstat (limited to 'assets/css/_partial/_header.scss')
-rw-r--r--assets/css/_partial/_header.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/_partial/_header.scss b/assets/css/_partial/_header.scss
index 097de6c..e8f55e8 100644
--- a/assets/css/_partial/_header.scss
+++ b/assets/css/_partial/_header.scss
@@ -6,6 +6,10 @@ header {
.dark-theme & {
background-color: $header-background-color-dark;
}
+
+ .header-title {
+ font-weight: bold;
+ }
}
#header-desktop {