Skip to content

Commit 1448bca

Browse files
committed
added remote CSS links to web work flow
added remote css URL to pull additional CSS from the circuitpython.org site (apologies for the black background - this is temporary, I'll send an update to the CP.org css *very* shortly that will undo this)
1 parent 664cadc commit 1448bca

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

supervisor/shared/web_workflow/static/directory.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<script src="/directory.js" defer=true></script>
77
<link rel="stylesheet" href="/style.css">
8+
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow.css">
89
</head>
910
<body>
1011
<h1><a href="/"><img src="/favicon.ico"/></a>&nbsp;<span id="path"></span></h1>

supervisor/shared/web_workflow/static/serial.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<script src="/serial.js" defer=true></script>
88
<link rel="stylesheet" href="/style.css">
9+
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow.css">
910
</head>
1011
<body style="flex-direction: column; display: flex; height: 100%; width: 100%; margin: 0; font-size: 1rem;">
1112
<div style="flex: auto; display: flex; overflow: auto; flex-direction: column;">

supervisor/shared/web_workflow/static/welcome.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<script src="/welcome.js" defer=true></script>
88
<link rel="stylesheet" href="/style.css">
9+
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow.css">
910
</head>
1011
<body>
1112

0 commit comments

Comments
 (0)