comparison src/site.css @ 27:176a182c02cf

add view_course
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 01 Aug 2025 20:08:13 -0600
parents 46097e607701
children 0fb3488a017d
comparison
equal deleted inserted replaced
26:d3f5448743bf 27:176a182c02cf
7 margin: 0; 7 margin: 0;
8 } 8 }
9 9
10 a { 10 a {
11 text-decoration: none; 11 text-decoration: none;
12 outline: none;
12 } 13 }
13 a:hover { 14 a:hover {
14 text-decoration: underline; 15 text-decoration: underline;
15 } 16 }
16 17
83 user-select: none; 84 user-select: none;
84 } 85 }
85 86
86 pre, 87 pre,
87 code { 88 code {
88 text-wrap: wrap; 89 white-space: pre-wrap;
89 } 90 }