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

github.com/uicardiodev/hugo-uilite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/styles.scss')
-rw-r--r--static/css/styles.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/css/styles.scss b/static/css/styles.scss
index b2bb78a..88a4179 100644
--- a/static/css/styles.scss
+++ b/static/css/styles.scss
@@ -1,3 +1,12 @@
+*{
+ // outline: 1px solid red;
+}
+
+html{
+ overflow-x: hidden;
+ overflow-y: scroll;
+}
+
a{
&:hover{
text-decoration: none;