Removes bleak grey background at vk.com and replaces it with white. It won't work everywhere on the site. Was primarily made for vk.com/im (messages).
vk.com white background by telephrag
Details
Authortelephrag
LicenseCC Zero
Categoryvk.com
Created
Updated
Size688 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* UserStyle
@name vk.com white background
@namespace github.com/telephrag
@version 1.0.0
@description Makes background at vk.com white.
==/UserStyle== */
@-moz-document domain("vk.com")
.tm-layout__wrapper {
background-color: #fff
}
.im-page_classic .im-page--chat-header {
border: solid 1px #fff;
}
.im-page_classic.im-page .im-page--chat-input {
border-left: solid 1px #fff;
border-right: solid 2px #fff;
border-bottom: solid 15px #fff;
}
.im-page_classic.im-page .im-page--header {
border-top: solid 15px #fff;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
}
body,
html {
background-color: #fff;
}