-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsh5-index.css
More file actions
12 lines (12 loc) · 1.6 KB
/
Copy pathsh5-index.css
File metadata and controls
12 lines (12 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
body { font-family: system-ui, sans-serif; max-width: 1100px; margin: 2em auto; color: #222; }
h1 { font-size: 1.4em; border-bottom: 2px solid #2563eb; padding-bottom: 6px; }
table#indexlist { width: 100%; border-collapse: collapse; font-size: 14px; }
table#indexlist td, table#indexlist th { padding: 6px 10px; border-bottom: 1px solid #e5e7eb; }
table#indexlist th { background: #2563eb; color: #fff; text-align: left; }
table#indexlist tr:hover td { background: #f1f5f9; }
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }
table#indexlist th a,
th a { color: #fff; }
table#indexlist th a:hover,
th a:hover { color: #fff; text-decoration: underline; }