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

github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorByeonggon Lee <gonny952@gmail.com>2018-11-14 16:08:01 +0300
committerByeonggon Lee <gonny952@gmail.com>2018-11-14 16:08:01 +0300
commit1f104a4968934c2ae587997beb82ea43720f940a (patch)
tree849110040fa1a8dbd688cb0844362fbd12396e94 /static
parenta4d639b1ce098fa0fe21b335e4bb0193e4075b26 (diff)
Modified layouts
Diffstat (limited to 'static')
-rw-r--r--static/css/hugo-apps-theme.css9
-rw-r--r--static/css/hugo-apps-theme.scss9
2 files changed, 14 insertions, 4 deletions
diff --git a/static/css/hugo-apps-theme.css b/static/css/hugo-apps-theme.css
index b5706c3..d5721c5 100644
--- a/static/css/hugo-apps-theme.css
+++ b/static/css/hugo-apps-theme.css
@@ -2,6 +2,9 @@
body {
background-color: silver; }
+.apps-text {
+ font-family: 'Press Start 2P', cursive; }
+
.apps-header {
color: black;
font-family: 'Press Start 2P', cursive;
@@ -15,8 +18,10 @@ body {
text-decoration: underline; }
.apps-header hr {
border: 0;
- height: 1px;
- background: white; }
+ margin-top: 1rem;
+ height: 1rem;
+ width: 50%;
+ background: black; }
.apps-header .apps-header-title {
font-size: 2.5rem; }
diff --git a/static/css/hugo-apps-theme.scss b/static/css/hugo-apps-theme.scss
index d9141dd..de6e002 100644
--- a/static/css/hugo-apps-theme.scss
+++ b/static/css/hugo-apps-theme.scss
@@ -1,10 +1,13 @@
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
+
body {
background-color: silver;
}
+
.apps-text {
font-family: 'Press Start 2P', cursive;
}
+
.apps-header {
color: black;
font-family: 'Press Start 2P', cursive;
@@ -21,8 +24,10 @@ body {
}
hr {
border: 0;
- height: 1px;
- background: white;
+ margin-top: 1rem;
+ height: 1rem;
+ width: 50%;
+ background: black;
}
.apps-header-title {
font-size: 2.5rem;