diff options
author | Pratyush Desai | 2021-08-07 09:02:18 +0530 |
---|---|---|
committer | Pratyush Desai | 2021-08-07 09:02:18 +0530 |
commit | d2508005c40cefc22521c4bfa4e4cd656a535c50 (patch) | |
tree | a286ea8bf76906b7b314b082542fb261d5d1cc67 /styles.css | |
parent | cc94c6e8971b3204a53a10c6ca265585d2c3158a (diff) | |
parent | 184dbc8811196b61f8be9ba5c8471a541b0be8bb (diff) | |
download | website-d2508005c40cefc22521c4bfa4e4cd656a535c50.tar.gz website-d2508005c40cefc22521c4bfa4e4cd656a535c50.tar.bz2 website-d2508005c40cefc22521c4bfa4e4cd656a535c50.zip |
merge conflict
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,5 +9,9 @@ a { } a:hover { - background-color: blue; + background-color: rgb(130, 100, 185); +} + +footer { + color: green; }
\ No newline at end of file |