index.md (520B)
1 Lynx-like colors 2 ================ 3 4 Description 5 ----------- 6 7 Colors similar to the lynx web browser 8 9 ~/.surf/styles/default.css 10 11 * { 12 border-color: grey !important; 13 background-color: black !important; 14 background-image: black !important; 15 color: grey !important; 16 } 17 18 h1,h2,h3,h4,a { 19 color: green !important; 20 } 21 22 *:focus,h1:focus,h2:focus,h3:focus,h4:focus { 23 color: yellow !important; 24 } 25 26 img, video { 27 opacity: 0.3; 28 } 29 30 img:hover, video:hover { 31 opacity: 1; 32 } 33 34 Author 35 ------ 36 37 * shmak <shmak@tuta.io>