diff --git a/assets/css/table.css b/assets/css/table.css index 1145891..8a0aaa8 100644 --- a/assets/css/table.css +++ b/assets/css/table.css @@ -146,6 +146,16 @@ white-space: nowrap; } +/* Vertical rule separating general-use profiles from technical ones */ +.profile-divider { + display: inline-block; + width: 1px; + align-self: stretch; + background: #c9b08a; + margin: 2px 6px; + opacity: 0.6; +} + .profile-btn { padding: 5px 13px; cursor: pointer; diff --git a/assets/js/app.js b/assets/js/app.js index 6888c33..f3e3d86 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -681,8 +681,12 @@ export function UTCIForecast() { return html`