Mercurial > code > home > repos > homeauto
view service/wifi/src/style.ts @ 1483:52924efe4472
brighter link color
Ignore-this: 8e02bb5d7c22b0cc8835796de72c71dd
darcs-hash:1530983771dd3b2d97132f52e5e78a5d27cb4b50
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 06 Jan 2020 23:47:05 -0800 |
parents | 817da2dc80fc |
children |
line wrap: on
line source
import { css } from "lit-element"; export const style = css` .report { font-family: sans-serif; } section { margin-left: 1em; } .dev { margin-bottom: 2px; } .dev a { color: #5555ff; } .ip, .mac, .packets, .bytes { display: inline-block; font-family: monospace; } .packets, .bytes { text-align: right; padding-right: 1em; } .mac { color: #ccffcc; width: 11em; } .ip { color: #b5b5d4; width: 6em; } .packets { color: #2da1a5; width: 6em; } .bytes { color: #a5912d; width: 9em; } th, td { vertical-align: top; } th { background: #333; } td { background: #252525; } `;