First pass at MWS icon

This commit is contained in:
Jeremy Ruston 2024-01-23 22:05:58 +00:00
parent d16746ab38
commit 26e198b7d8
4 changed files with 32 additions and 1 deletions

View File

@ -70,6 +70,7 @@ Styles specific to the full screen layout
.mws-bag-pill {
background: <<colour muted-foreground>>;
color: <<colour background>>;
fill: <<colour background>>;
margin-right: 0.5em;
border-radius: 0.25em;
padding: 0 0.25em;
@ -77,7 +78,8 @@ Styles specific to the full screen layout
.mws-bag-pill:hover {
background: <<colour foreground>>;
foreground: <<colour background>>;
color: <<colour background>>;
fill: <<colour background>>;
}
.mws-bag-pill-topmost {

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,2 @@
title: $:/favicon.ico
type: image/png

File diff suppressed because one or more lines are too long