Compare commits

..

7 Commits

Author SHA1 Message Date
2c9ccd704b
bring back the two-tone backgrounds 2022-05-16 19:34:29 -05:00
f718a4982d
make the header bigger, and align header and content padding better 2022-05-15 09:45:12 -05:00
ebf0bcde84
go back to red headers and links as normal-colored text
the new way to do the links without adding links to images is probably
dumb and/or missing some stuff, but it works and does what I want, and I
think I like the old look of the colors better, so time to try it and
see if it sticks still
2022-05-14 23:54:21 -05:00
781ffd17b9
give the header nav links an underline on hover 2022-05-14 23:45:45 -05:00
378b106794
get rid of the slight recoloring of bold text 2022-05-14 23:32:42 -05:00
ba536bd60f
go back to the old, balanced width alignments 2022-05-14 08:57:46 -05:00
76c341c787
remove background colors and whitespace up the header 2022-05-13 23:40:11 -05:00

View File

@ -12,11 +12,11 @@ body {
}
.site-wrap-normal-width {
max-width: 65pc;
max-width: 80pc;
}
.site-wrap-double-width {
max-width: 130pc;
max-width: 160pc;
}
.site-wrap {