Mercurial Hosting > linkmystyle
view src/tools/tools.css @ 3:b016e4b7c8da default tip
add read_me
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 12 Jul 2025 12:51:36 -0600 |
parents | 8f4df159f06b |
children |
line wrap: on
line source
* { box-sizing: border-box; } body { font-family: Sans-Serif; } a { text-decoration: none; } a:hover { text-decoration: underline; } table { border-collapse: collapse; } th, td { border: 1px solid; padding: 4px; } button, [onclick], [clickable], input[type="radio"], input[type="file"], input[type="submit"] { cursor: pointer; }