mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
Merge pull request #6404 from electron/default-app-accessibility
Adjust default app styles for accessibility
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Electron</title>
|
||||
<style>
|
||||
body {
|
||||
color: #205161;
|
||||
color: #3a585f;
|
||||
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
a,
|
||||
a:hover {
|
||||
color: #2ab0cb;
|
||||
color: #5667bd;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user