attentionspanhistory/output/theme/css/main.css

46 lines
499 B
CSS
Raw Normal View History

2021-08-06 08:17:33 -07:00
:root {
--black: #343a40;
--gray: #6c757d;
2021-07-28 04:27:03 -07:00
}
2021-08-06 08:17:33 -07:00
html, a{
color: var(--black);
2021-07-28 04:27:03 -07:00
}
2021-08-06 08:17:33 -07:00
body {
max-width: 1000px;
margin: 0 auto 0 auto;
padding: 5px;
2021-07-28 04:27:03 -07:00
}
a:hover {
2021-08-06 08:17:33 -07:00
color: var(--gray);
}
.pure-menu-heading {
color: var(--black);
}
h1 a{
font-size: smaller;
text-decoration: none;
}
h1 {
text-align: center;
}
#about {
text-align: center;
}
.paginator text{
line-height: 1;
}
.paginator a{
font-size: 4em;
text-decoration: none;
-webkit-tap-highlight-color:transparent;
2021-07-28 04:27:03 -07:00
}