This repository has been archived on 2023-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/startpages/homepage/style.css

59 lines
682 B
CSS
Raw Normal View History

2023-01-31 14:27:48 +01:00
@font-face {
font-family: 'Hack Nerd Font';
font-width: 12px;
font-display: swap;
}
2023-01-29 20:22:46 +01:00
2023-01-31 14:27:48 +01:00
body,
2023-01-29 20:22:46 +01:00
.container {
2023-01-31 14:27:48 +01:00
background: #101010;
2023-01-29 20:22:46 +01:00
color: #f7f7f7;
2023-01-31 14:27:48 +01:00
font-family: 'Hack Nerd Font';
2023-01-29 20:22:46 +01:00
}
2023-01-31 14:27:48 +01:00
h3 {
color: #999999;
2023-01-29 20:22:46 +01:00
}
2023-01-31 14:27:48 +01:00
a {
color: #f7f7f7;
text-decoration: none;
2023-01-29 20:22:46 +01:00
}
2023-01-31 14:27:48 +01:00
h2,
a:hover {
2023-01-29 20:22:46 +01:00
color: #f7f7f7;
}
2023-01-31 14:27:48 +01:00
input {
background: #101010;
2023-01-29 20:22:46 +01:00
border: none;
outline: none;
color: #f7f7f7;
2023-01-31 14:27:48 +01:00
width: 100%;
2023-01-29 20:22:46 +01:00
}
2023-01-31 14:27:48 +01:00
.btn {
2023-01-29 20:22:46 +01:00
color: #f7f7f7;
2023-01-31 14:27:48 +01:00
background: #252525;
2023-01-29 20:22:46 +01:00
}
2023-01-31 14:27:48 +01:00
.btn:hover {
background: #999999;
2023-01-29 20:22:46 +01:00
color: #f7f7f7;
}
2023-01-31 14:27:48 +01:00
.date-weather-info {
background: #252525;
}
.main {
width: 640px;
}
.date-weather,
.search,
.col {
background: #454545;
2023-01-29 20:22:46 +01:00
}