Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 995d9e9

Browse files
committed
A few additional tweaks
1 parent 59021cb commit 995d9e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/fg/shell-window/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
--bg-color--tab-close--hover: #222;
138138
--bg-color--tab-close--current--hover: #222;
139139

140-
--border-color--navbar: #333;
140+
--border-color--navbar: #222;
141141
--stroke-color--navbar-btn: #bbb;
142142
--text-color--navbar-btn: #bbb;
143143
--text-color--navbar-btn--lighter: #bbb;

app/userland/desktop/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import 'beaker://app-stdlib/js/com/img-fallbacks.js'
1212

1313
const VERSION_ID = (major, minor, patch, pre) => major * 1e9 + minor * 1e6 + patch * 1e3 + pre
1414
const CURRENT_VERSION = VERSION_ID(1, 0, 0, 8)
15-
const RELEASE = { label: '1.0', url: 'https://beakerbrowser.com/2020/11/30/beaker-1-0.html' }
15+
const RELEASE = { label: '1.0', url: 'https://beakerbrowser.com/2020/12/01/beaker-1-0.html' }
1616

1717
class DesktopApp extends LitElement {
1818
static get properties () {

0 commit comments

Comments
 (0)