@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);
  }
  */
  }
  }