Originally posted by debianxfce
View Post
Announcement
Collapse
No announcement yet.
Chrome 74 Is Now Available Though Not Too Exciting For Linux Users
Collapse
X
-
-
Originally posted by tildearrow View Post
Please tell me what will occur to websites that render white text on a black background by default under conditions.
Or it'll just render as expected like uid313 showed.
Leave a comment:
-
After this news, I took a look at some extension to modify websites to mach the dark theme. This one seems to work very well: https://github.com/darkreader/darkreader
It is opensource, available in both Firefox and Chrome extension repos and so far only misconfigure colors in a couple places, nothing terrible.
Leave a comment:
-
As Chrome/Chromium goes, so goes Vivaldi, Brave, and soon Internet Explorer.
Leave a comment:
-
Originally posted by tildearrow View Post
Please tell me what will occur to websites that render white text on a black background by default under conditions.
Here is an example.
PHP Code:@media (prefers-color-scheme: light) {
body {
background: white;
color: black;
}
}
@media (prefers-color-scheme: dark) {
body {
background: black;
color: white;
}
}
Last edited by uid313; 24 April 2019, 02:38 PM.
- Likes 1
Leave a comment:
-
Originally posted by uid313 View Post
Dark mode is not for the widgets and browser UI.
Dark mode is a new CSS query so that websites can define how their websites will look under dark mode.
So you can have a website have black text on white background normally, but when it detects the user is using dark mode, the website is rendered with white text on black background.
https://caniuse.com/#feat=prefers-color-scheme
Leave a comment:
-
Originally posted by debianxfce View PostI do like the Chrome UI more than the Firefox UI. The integrated row with tabs and window buttons is a clever solution to maximize the rendering area.
Leave a comment:
-
Originally posted by Azrael5 View PostAV1 decoding is available only for x86 devices since now, by chrome.
They say "Chrome Desktop x86 devices", so that's more or less anything that isn't Android.
Leave a comment:
-
Originally posted by debianxfce View PostI do like the Chrome UI more than the Firefox UI. The integrated row with tabs and window buttons is a clever solution to maximize the rendering area.
https://www.omgubuntu.co.uk/2018/02/...x-csd-on-linux- Open the main menu
- Select ‘customise’
- Uncheck the ‘title bar’ box
- Likes 2
Leave a comment:
Leave a comment: