add random recipe link

This commit is contained in:
dvhar
2021-03-30 20:56:44 -05:00
parent 7d05044a2d
commit f42c51179d
4 changed files with 24 additions and 1 deletions

View File

@@ -47,6 +47,10 @@ img[alt="XMR Logo"] {
display: inline ;
}
#rand {
color: lightgreen;
}
@media (prefers-color-scheme: light) {
body {
background: white ;
@@ -64,6 +68,9 @@ img[alt="XMR Logo"] {
code {
color: forestgreen ;
}
#rand {
color: green;
}
}
@media print {