about summary refs log tree commit diff
path: root/app/assets/stylesheets/home.scss
blob: c9f2740ad04754136bccd54d08554e9174c29a10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.api-descriptions {
  .address {
    samp {
      font-weight: 400;

      &.method {
        font-weight: 500;
      }
    }
  }
}