1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 03:56:26 +02:00

Minimal styling on test pages

For #106
This commit is contained in:
kkapsner 2020-11-21 13:58:32 +01:00
parent 7178b409c3
commit 1125d6f1a8
13 changed files with 31 additions and 13 deletions

View file

@ -5,9 +5,10 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
<link rel="stylesheet" href="../default.css" type="text/css">
<style>
.marked {
background-color: red;
background-color: lightcoral;
}
</style>
</head>