Fixed stylesheet for search to make random websites button more prominent.

This commit is contained in:
vlofgren 2022-08-24 19:29:00 +02:00
parent 69b9f93dc6
commit c6db2aad48

View File

@ -1,6 +1,6 @@
/* If you need to borrow something from below, that's fine */ /* If you need to borrow something from below, that's fine */
.extra a { .extra a {
background: linear-gradient(45deg, rgba(255,220,220,1) 0%, rgba(219,255,196,1) 50%, rgba(212,216,255,1) 100%); background: #ccc linear-gradient(45deg, rgba(255,220,220,1) 0%, rgba(219,255,196,1) 50%, rgba(212,216,255,1) 100%);
color: #000; color: #000;
padding: 0.5ch; padding: 0.5ch;
border-radius: 0.5ch; border-radius: 0.5ch;
@ -410,7 +410,7 @@ a.underline {
/* https://www.youtube.com/watch?v=v0nmHymgM7Y */ /* https://www.youtube.com/watch?v=v0nmHymgM7Y */
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
.extra a { .extra a {
background: linear-gradient(45deg, rgba(135,93,93,1) 0%, rgba(106,135,87,1) 50%, rgba(76,83,118,1) 100%); background: #000 linear-gradient(45deg, rgba(135,93,93,1) 0%, rgba(106,135,87,1) 50%, rgba(76,83,118,1) 100%);
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
border: 3px outset #000; border: 3px outset #000;