indiescience/styles.scss

48 lines
728 B
SCSS
Raw Normal View History

2021-05-14 23:39:06 +02:00
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
font-smooth: never;
-moz-font-smooth: never;
box-sizing: border-box;
}
@font-face {
2021-09-28 09:15:46 +02:00
font-family: 'URWBookman';
src: url('fonts/URWBookman-Light.otf') format('opentype');
}
2021-06-06 08:45:53 +02:00
2021-05-24 17:27:53 +02:00
2021-05-14 23:39:06 +02:00
html{
height: 100%;
}
2021-05-24 17:27:53 +02:00
body{
margin: 0;
padding: 0;
background: black;
2021-06-06 08:45:53 +02:00
overflow: hidden;
2021-05-24 17:27:53 +02:00
}
2021-09-28 09:15:46 +02:00
.button{
color:white;
2021-06-06 08:45:53 +02:00
}
2021-09-28 09:15:46 +02:00
@media screen and (min-width: 1000px) {
2021-06-07 23:07:15 +02:00
2021-06-07 22:46:52 +02:00
}
2021-06-08 21:46:36 +02:00
2021-05-14 23:39:06 +02:00
@media screen and (max-width: 999px) {
}