mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
49 lines
654 B
SCSS
49 lines
654 B
SCSS
---
|
|
---
|
|
|
|
@import "bootstrap/scss/bootstrap";
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
background: linear-gradient(to bottom right, #75d3e8, #3c84ac);
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.navbar-light {
|
|
margin-bottom: 1rem;
|
|
|
|
.navbar-nav .nav-link {
|
|
color: rgba(0, 0, 0, 0.8);
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.main a {
|
|
color: darken(#014c8c, 10);
|
|
text-decoration: underline;
|
|
}
|
|
|
|
video {
|
|
max-width: 100%;
|
|
box-shadow: 0 0 3px 3px #444;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
hr {
|
|
border-color: white;
|
|
}
|
|
|
|
#logo {
|
|
max-width: 300px;
|
|
width: 100%;
|
|
}
|