Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 /******************************************************************************* | |
2 * Content | |
3 ******************************************************************************/ | |
4 | |
5 .content | |
6 { | |
7 p { margin: 1em 0em; } | |
8 | |
9 a, | |
10 a:visited | |
11 { | |
12 color: $secondary; | |
13 text-decoration: underline; | |
14 } | |
15 | |
16 abbr { text-decoration: none; } | |
juliandoucette
2018/01/22 19:47:53
NIT: This is a very general rule for a very specif
ire
2018/01/23 08:48:09
I didn't think it was necessary to introduce a cla
juliandoucette
2018/01/23 17:00:46
I think we should take the opposite approach.
ID:
| |
17 | |
18 .color-secondary { color: $secondary; } | |
19 } | |
OLD | NEW |