diff options
| author | Bobby <[email protected]> | 2023-05-04 02:24:41 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-04 02:24:41 -0400 |
| commit | 7878c055f28e065d3fbb0e685928d599a1457df7 (patch) | |
| tree | 9de16bf94535c9b860fc067cbb2214d13353731e /static/css | |
| parent | 0bb872c7e9bcd5528b8b0577907206aecc3e60ff (diff) | |
| download | thatcomputerscientist-7878c055f28e065d3fbb0e685928d599a1457df7.tar.xz thatcomputerscientist-7878c055f28e065d3fbb0e685928d599a1457df7.zip | |
Added HxH Cursors
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 852f862e..b705d2ec 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -13,6 +13,16 @@ body { width: 100%; } +/* Cursor Styles */ +body { + cursor: url("../images/backgrounds/cursor_default.png"), auto; +} + +a { + cursor: url("../images/backgrounds/cursor_link.png"), pointer; +} + + #editor-container { font-size: 11px; font-family: Verdana,Helvetica,Arial,Sans-Serif; |
