Fossil SCM
|
1
|
/* This file is just to demonstrate/test page-specific CSS. Using |
|
2
|
the browser dev tools, select any link, "inspect" it, and edit |
|
3
|
this style. */ |
|
4
|
a{ |
|
5
|
font-size: inherit; |
|
6
|
} |
|
7
|
|