mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 12:35:44 +01:00
Add link styles
This commit is contained in:
parent
010c4af9c9
commit
eaa20a6826
1 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,15 @@ body {
|
|||
line-height: 1.4;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #41adff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid #dbdbdb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue