For Github, clear border radius.
Fk_GitHub_Border_Radius by gin-lsl
Details
Authorgin-lsl
LicenseNo License
Categorygithub
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fk_GitHub_Border_Radius
@version 20220722.05.39
@namespace userstyles.world/user/gin-lsl
@description For Github, clear border radius.
@author gin-lsl
@license No License
==/UserStyle== */
@-moz-document domain("github.com") {
*[role=button],
.btn,
.social-count,
.topic-tag,
.rounded-1,
.Box,
.Box-header,
.Box-body:last-of-type,
.dropdown-menu,
.form-control,
.form-select,
.SelectMenu-modal,
.SelectMenu-tab,
.select-menu-modal,
.select-menu-item.last-visible,
.select-menu-list:last-child .select-menu-item:last-child,
.subnav-item:first-child,
.subnav-item:last-child,
.reaction-sort-item,
.markdown-body .highlight pre,
.markdown-body pre,
.state,
.State,
.branch-a-b-count .bar-behind,
.branch-a-b-count .bar-behind .meter,
.branch-a-b-count .bar-ahead .meter,
.branch-name,
.progress-bar,
.tooltipped::before,
.tooltipped::after,
.filter-item,
.tabnav-tab.selected,
.tabnav-tab[aria-current]:not([aria-current=false]),
.tabnav-tab[aria-selected=true],
.btn-mktg,
.pagination a,
.pagination em,
.pagination span,
.contrib-legend .legend li,
.menu,
.timeline-comment,
.timeline-comment-header {
border-radius: 0!important;
}
kbd {
border-radius: 0px;
box-shadow: none;
}
.label,
.Label {
border-radius: 0px;
margin-left: 2px;
}
/* for svg */
.calendar-graph rect.day {
rx: 0;
ry: 0;
}
/* TOO thin */
.container-xl {
max-width: 1680px;
}
}