Browse Source

Back to top button

pull/45/head
Jure Šorn 5 years ago
parent
commit
72b5ef34ae
2 changed files with 4 additions and 4 deletions
  1. 4
      index.html
  2. 4
      web/template.html

4
index.html

@ -179,11 +179,11 @@ pre.prettyprint {
} }
#return-to-top:hover { #return-to-top:hover {
background: rgba(0, 0, 0, 0.85);
background: rgba(0, 0, 0, 0.55);
} }
#return-to-top:hover i { #return-to-top:hover i {
color: #ffffff;
color: #f0f0f0;
} }
</style> </style>

4
web/template.html

@ -179,11 +179,11 @@ pre.prettyprint {
} }
#return-to-top:hover { #return-to-top:hover {
background: rgba(0, 0, 0, 0.85);
background: rgba(0, 0, 0, 0.55);
} }
#return-to-top:hover i { #return-to-top:hover i {
color: #ffffff;
color: #f0f0f0;
} }
</style> </style>

Loading…
Cancel
Save