diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-26 14:43:25 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-26 14:43:25 +0200 |
| commit | 6baaa14bde032afa363dbdd50119a20e9f47df1c (patch) | |
| tree | 82e7ba81f36e725e282eadd5c8c61f4304b1bf85 /public/css | |
| parent | 013319d7a4651d1708280f556e39c2f03839426a (diff) | |
| download | fia-6baaa14bde032afa363dbdd50119a20e9f47df1c.tar.gz fia-6baaa14bde032afa363dbdd50119a20e9f47df1c.tar.zst fia-6baaa14bde032afa363dbdd50119a20e9f47df1c.zip | |
Bugfixes: to home, [40] -> [1], not destroying old chequer
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/fia.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/fia.css b/public/css/fia.css index 0bb0749..beeb18f 100644 --- a/public/css/fia.css +++ b/public/css/fia.css @@ -77,3 +77,7 @@ background-image: url("https://jopek.eu/maks/szkola/apkKli/fiaFiles/chequer-yellow.png"); border: 4px solid black; } +.chequer-white { + background-color: white; + border: 4px solid black; +}
\ No newline at end of file |
