fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
blackout
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
base
/
_global.scss
diff --git
a/src/wolnelektury/static/2022/styles/base/_global.scss
b/src/wolnelektury/static/2022/styles/base/_global.scss
index
0513cc0
..
d81a0af
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/base/_global.scss
+++ b/
src/wolnelektury/static/2022/styles/base/_global.scss
@@
-3,7
+3,7
@@
------------------------------ */
*, *:after, *:before {
------------------------------ */
*, *:after, *:before {
-
box-sizing: border-box;
+ box-sizing: border-box;
}
:focus {
}
:focus {
@@
-17,10
+17,15
@@
body {
}
body {
}
body {
-
color: $color-black;
-
background-color: $color-white;
+ color: $color-black;
+ background-color: $color-white;
overflow-x: hidden;
overflow-x: hidden;
+ &.popup-open {
+ overflow-y: hidden;
+ height: 100vh;
+ }
+
&.using-mouse {
*:focus {
outline: 0 !important;
&.using-mouse {
*:focus {
outline: 0 !important;
@@
-38,3
+43,11
@@
body {
align-items: center;
justify-content: center;
}
align-items: center;
justify-content: center;
}
+
+
+a {
+ color: $color-primary;
+ &:hover {
+ text-decoration: underline;
+ }
+}