mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 16:12:14 +00:00
12 lines
184 B
SCSS
12 lines
184 B
SCSS
body {
|
|
p { line-height: 1.5em; }
|
|
span { font-weight: 700; }
|
|
a {
|
|
text-decoration: none;
|
|
&:hover {
|
|
text-decoration: underline;
|
|
font-size: (10px/3);
|
|
}
|
|
}
|
|
}
|