mirror of
https://github.com/proot-me/proot.git
synced 2024-11-14 10:57:16 +00:00
14 lines
162 B
CSS
14 lines
162 B
CSS
@import url("website.css");
|
|
|
|
h1 {
|
|
color: SkyBlue;
|
|
}
|
|
|
|
#contents a:hover {
|
|
border-bottom: 2px solid SkyBlue;
|
|
}
|
|
|
|
a {
|
|
border-bottom: 1px solid SkyBlue;
|
|
}
|