fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed the list filter.
[redakcja.git]
/
platforma
/
static
/
css
/
master.css
diff --git
a/platforma/static/css/master.css
b/platforma/static/css/master.css
index
619d3fd
..
d41a73c
100644
(file)
--- a/
platforma/static/css/master.css
+++ b/
platforma/static/css/master.css
@@
-1,8
+1,13
@@
a, a:visited, a:active {
a, a:visited, a:active {
- color:
gold
;
+ color:
blue
;
text-decoration: none;
}
text-decoration: none;
}
+a:hover {
+ text-decoration: underline;
+}
+
+
body {
margin: 0;
overflow: hidden;
body {
margin: 0;
overflow: hidden;