Add doctype

This commit is contained in:
Catalin Mititiuc 2024-03-19 15:27:04 -07:00
parent 5742a6b8e9
commit 5bc7849aaa
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Infantry Combat</title> <title>Infantry Combat</title>

View File

@ -20,7 +20,7 @@ circle.counter[data-troop-allegiance="davion"] {
} }
text.counter { text.counter {
font-size: 80; font-size: 80px;
font-weight: bold; font-weight: bold;
stroke: black; stroke: black;
fill: white; fill: white;