PortIO/resources/css/app.css

36 lines
291 B
CSS
Raw Normal View History

2023-03-15 13:37:27 +00:00
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
2023-07-30 15:52:39 +00:00
font-weight: 400 !important;
2023-03-15 13:37:27 +00:00
}
.text-auto {
2023-07-30 15:52:39 +00:00
color: #333;
2023-03-15 13:37:27 +00:00
}
.text-reverse {
2023-07-30 15:52:39 +00:00
color: #fff;
2023-03-15 13:37:27 +00:00
}
.text-reverse:hover {
2023-07-30 15:52:39 +00:00
color: #fff;
2023-03-15 13:37:27 +00:00
}
.text-reverse:visited {
2023-07-30 15:52:39 +00:00
color: #fff;
2023-03-15 13:37:27 +00:00
}
.bg-reverse {
2023-07-30 15:52:39 +00:00
background-color: #333;
2023-03-15 13:37:27 +00:00
}