Forked from
KSZK / DevTeam / kszkepzes / old / kszkepzes-frontend
250 commits behind the upstream repository.
-
Bereczki Sandor authored
This is due to the demand of non-bordered task links. Also added some styling for hover.
Bereczki Sandor authoredThis is due to the demand of non-bordered task links. Also added some styling for hover.
Forms.css 101 B
#task {
border: none;
background-color: inherit;
color: teal;
}
#task:hover {
color: red;
}