Skip to content

Commit e2bf612

Browse files
authored
Merge pull request #27 from GreenMan36/css-logo
Update CSS logo and add aria/improve accessibility
2 parents 448df1a + 08a6fe6 commit e2bf612

File tree

8 files changed

+38
-14
lines changed

8 files changed

+38
-14
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<title>QuickSnip</title>
2525
</head>
2626
<body>
27-
<div id="root"></div>
27+
<div id="root" role="presentation"></div>
2828
<div id="modal-root"></div>
2929
<script type="module" src="/src/main.tsx"></script>
3030
</body>

public/icons/cpp.svg

Lines changed: 3 additions & 1 deletion
Loading

public/icons/css.svg

Lines changed: 6 additions & 8 deletions
Loading

public/icons/javascript.svg

Lines changed: 3 additions & 1 deletion
Loading

public/icons/python.svg

Lines changed: 3 additions & 1 deletion
Loading

public/icons/rust.svg

Lines changed: 3 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)