nao kagayaki
id
nao_kagayaki

HelpfeelHelpfeel
Cosense Cosense (Scrapbox)
Gyazo Gyazo



Github
Qiita ()
Youtrust
Linkedin ()




User Script

import('/api/code/nao-kagayaki//script.js');
import('/api/code/nao-kagayaki/PageSortFilter/script.js');
import('/api/code/nao-kagayaki/cosenseshiftpreviewUserScript/script.js');

@import '/api/code/nao-kagayaki/UserCSS/style.css';
@import '/api/code/nao-kagayaki/UserCSS/style.css';
@import '/api/code/nao-kagayaki/cosense/style.css';

@import '/api/code/scrasobox//style.css';

@import '/api/code/takker/UserCSS/style.css';

-------

:root {
--my-custom-super-light-green: 204, 255, 204;
}
@layer my-custom-css-layer {
@layer hash-tag-view-custom {
.lines .line a[type='hashTag'] {
display: inline-block;
margin: 1px;
/*font-size: 14px;*/
/*height: 32px;*/
width: auto;
padding-left: 2px;
padding-right: 2px;
/*padding-top: 2px;*/
/* padding-bottom: 2px;*/
border-radius: 30px;
border-style: none;
/*color: #0c0c0d !important;*/
background-color: rgba(var(--my-custom-super-light-green), 0.5) !important;
}
/* .lines .line a[type='hashTag']:hover {
background-color: rgba(12, 12, 13, 0.2);
}
.lines .line a[type='hashTag']:active {
background-color: rgba(12, 12, 13, 0.3);
}
.lines .line a[type='hashTag']:focus {
box-shadow: 0 0 0 1px #0a84ff inset, 0 0 0 1px #0a84ff,
0 0 0 4px rgba(10, 132, 255, 0.3);
}
*/
}
}